hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
drawCircle
hip
api
graphics
g2d
renderer2d
Undocumented in source. Be warned that the author may not have intended to support it.
void
drawCircle
(int x, int y, int radius, HipColor color, int precision)
void
drawCircle
(float x, float y, float radius, HipColor color, int precision)
version(DefineOverloadings)
void
drawCircle
(
float
x
,
float
y
,
float
radius
,
HipColor
color
=
HipColor.no
,
int
precision
= 24
)
Meta
Source
See Implementation
hip
api
graphics
g2d
renderer2d
functions
drawCircle
drawEllipse
drawLine
drawRectangle
fillCircle
fillEllipse
fillRectangle
setFont